1 using UnityEngine;
2 using
System.Collections;
3
4
5 ///
<summary>
6 ///
interface that simply defines that a generic property tween must have a propertyName. this has the side effect
7 ///
of letting us easily compare generic property tweens vs stongly typed tweens
8 ///
</summary>
9 public
interface IGenericProperty
10 {
11     
string propertyName { get; }
12 }



Trò chơi Angry Birds trong UNITY Engine 31.657 lượt xem

Gõ tìm kiếm nhanh...